home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000206_jaltman@watsun.cc.columbia.edu_Sun Jun 17 14:20:15 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  49 lines

  1. Article: 12524 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: My kermit locks up under Linux 7.1 - any suggestions?
  6. Date: 13 Jun 2001 02:00:49 GMT
  7. Organization: Columbia University
  8. Lines: 32
  9. Message-ID: <9g6hgh$ouu$1@newsmaster.cc.columbia.edu>
  10. References: <hWxV6.93$Wt2.11949@e420r-sjo2.usenetserver.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 992397649 25566 128.59.39.2 (13 Jun 2001 02:00:49 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 13 Jun 2001 02:00:49 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12524
  16.  
  17.  
  18.  
  19.  
  20. In article <hWxV6.93$Wt2.11949@e420r-sjo2.usenetserver.com>,
  21. Michael Barton <mgb@cyberdude.com> wrote:
  22. : I've tried both 7.0 and 7.1 of kermit (cku197 and cku199) - they both
  23. : exhibit the same behavior under RedHat's Linux 7.1, but both work just
  24. : fine under Redhat's Linux 6.2 and SGI's Irix 5.3.  In all cases,
  25. : kermit was built using:
  26. :   KFLAGS="-O2 -DTCP_NODELAY -DBIGBUFOK -DNODEBUG -DNOOLDMODEMS" make
  27. : linux (or irix53)
  28. : What happens is: I invoke kermit, then use the 'telnet' command to a
  29. : remote AIX system.
  30. : I can connnect just fine, and as long as I'm actively using the
  31. : connection, all seems well.  However, if the connection is left idle
  32. : for an indeterminate period of time (maybe 3 minutes...) then kermit
  33. : locks up HARD.  I can't ctl-C, ctl-\, or enter any sequence of
  34. : characters that resumes processing.  the only thing that works is
  35. : closing the XTerm window.
  36.  
  37. Clearly something in Linux changed out from underneath Kermit.
  38. Can you attach to the locked process with gdb and get a stack trace?
  39.  
  40. That would indicate exactly where in the code the process is stuck.
  41.  
  42.  Jeffrey Altman * Sr.Software Designer      C-Kermit 7.1 Alpha available
  43.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  44.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  45.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  46.